*** empty log message ***
authorEli Zaretskii <eliz@gnu.org>
Sat, 14 Feb 2009 10:50:29 +0000 (10:50 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sat, 14 Feb 2009 10:50:29 +0000 (10:50 +0000)
src/ChangeLog

index 87c295dcf39f23360c051e8dcfbc3bf70859215e..8063ebbe7013bebc6901e29d6858964ade016a89 100644 (file)
@@ -1,3 +1,11 @@
+2009-02-14  Eli Zaretskii  <eliz@gnu.org>
+
+       * msdos.c (MAX_SCREEN_BUF): New macro.
+       (IT_write_glyphs): Make screen_buf[] always be MAX_SCREEN_BUF-long.
+       Encode the entire run of glyphs sharing the same face, instead of
+       doing that one glyph at a time (fixes a bug with displaying
+       double-size characters).
+
 2009-02-13  Adrian Robert  <Adrian.B.Robert@gmail.com>
 
        * nsfns.m (ns-read-file-name): BLOCK_INPUT while showing dialog.